Package-level declarations
Types
Link copied to clipboard
Closest Pair algorithm using the Divide and Conquer approach.
Link copied to clipboard
Closest Pair algorithm using the Divide and Conquer approach. This implementation sorts the points by x and y coordinates and recursively finds the closest pair.
Link copied to clipboard
Interface for closest pair algorithms.